翻訳と辞書
Words near each other
・ Negele Knight
・ Negen Straatjes
・ Negenborn
・ Negenharrie
・ Negentropy
・ Neger
・ Neger (Bieke)
・ Neger (Ruhr)
・ Negera
・ Negera bimaculata
・ Negera clenchi
・ Negative binomial distribution
・ Negative block
・ Negative branch reservations
・ Negative Burn
Negative cache
・ Negative campaigning
・ Negative capability
・ Negative carbon dioxide emission
・ Negative checking
・ Negative conclusion from affirmative premises
・ Negative consequentialism
・ Negative cost
・ Negative Creep
・ Negative cutting
・ Negative database
・ Negative Dialectics
・ Negative double
・ Negative edge
・ Negative elongation factor


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Negative cache : ウィキペディア英語版
Negative cache

In computer programming, negative cache is a cache that also stores "negative" responses, i.e. failures. This means that a program remembers the result indicating a failure even after the cause has been corrected. Usually negative cache is a design choice, but it can also be a software bug.
==Examples==
Consider a web browser which attempts to load a page while the network is unavailable. The browser will receive an error code indicating the problem, and may display this error message to the user in place of the requested page. However, it is incorrect for the browser to place the error message in the page cache, as this would lead it to display the error again when the user tries to load the same page - even after the network is back up. The error message must not be cached under the page's URL; until the browser is able to successfully load the page, whenever the user tries to load the page, the browser must make a new attempt.
A frustrating aspect of negative caches is that the user may put a great effort into troubleshooting the problem, and then after determining and removing the root cause, the error still does not vanish.
There are cases where failure-like states must be cached. For instance, DNS requires that caching nameservers remember negative responses〔RFC 2308〕 as well as positive ones. If an authoritative nameserver returns a negative response, indicating that a name does not exist, this is cached. The negative response may be perceived as a failure at the application level; however, to the nameserver caching it, it is not a failure. The cache times for negative and positive caching may be tuned independently.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Negative cache」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.